home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / graffiti / O.sgi / Makefile < prev    next >
Makefile  |  1993-11-10  |  388b  |  19 lines

  1. GEOM = ../../../..
  2. include ${GEOM}/makefiles/Makedefs.global
  3. include ../Makedefs
  4. include ${GEOM}/makefiles/Makerules.obj
  5.  
  6. LIBS=${ALLOOGLLIBS} -lforms -lfm_s -lgl_s -lm 
  7.  
  8. all:    ${TARGETS}
  9.  
  10. install:    install_module
  11.  
  12. install_module: graffiti
  13.     ${INSTALLMODULE} graffiti ../.geomview-graffiti ${MODULEDIR}
  14.  
  15. graffiti:    ${OBJS}
  16.     /bin/rm -f $@ ../$@
  17.     ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS}
  18.     ln $@ ..
  19.